/*
$text-grey: #444544;
$background-grey: #F6F6F6;
$mint-green: #ECFFE1;
$mint-green-trans: #ecffe169;

$breakpoint-large-screen: 1300px;
$breakpoint-middle-screen: 800px;
$breakpoint-small-screen: 580px;*/
.site-container {
  display: -ms-grid;
  display: grid;
  gap: 10px 15px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 70px 2rem 30px 50px auto;
      grid-template-rows: 70px 2rem 30px 50px auto;
  margin-left: 460px;
  margin-right: 50px;
}

@media only screen and (max-width: 1300px) {
  .site-container {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .site-container {
    position: relative;
    top: 230px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 0px 0px 100px (minmax(1vh, auto))[5];
        grid-template-rows: 0px 0px 100px repeat(5, minmax(1vh, auto));
    gap: 0px 100px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 580px) {
  .site-container {
    position: relative;
    top: 340px;
  }
}

.project-heading {
  margin-top: 0;
  margin-bottom: 1.4rem;
  text-align: center;
  font-family: 'Benne', serif;
  font-size: 2.5rem;
  color: #444544;
}

.project-text {
  display: inline;
  padding: 0;
  margin: 0;
  font-family: 'Benne', serif;
  line-height: 2;
  font-size: 1.2rem;
}

.project-image {
  width: 100%;
  height: auto;
}

.project1-text-container {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3 / 1 / span 2 / span 1;
  word-wrap: break-word;
  padding-bottom: 70px;
}

.project1-text-container h2 {
  text-align: center;
  font-family: 'Benne', serif;
}

@media only screen and (max-width: 800px) {
  .project1-text-container {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / span 1 / span 1;
    padding: 30px 20px 70px 20px;
  }
}

.project1-image-container {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4 / 1 / span 1 / span 1;
  margin-top: 5px;
  margin-right: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 800px) {
  .project1-image-container {
    width: 100%;
    margin-right: 0px;
  }
}

.project2-text-container {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 5 / 2 / span 2 / span 1;
  word-wrap: break-word;
}

@media only screen and (max-width: 800px) {
  .project2-text-container {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 6 / 1 / span 1 / span 1;
    padding: 30px 20px 40px 20px;
  }
}

.project2-image-container {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 5 / 1 / span 1 / span 1;
  margin-top: 5px;
  margin-right: 10px;
}

@media only screen and (max-width: 800px) {
  .project2-image-container {
    margin-right: 0px;
  }
}

.zidz-images-container {
  -ms-grid-row: 5;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 5 / 1 / span 2 / span 1;
  display: -ms-grid;
  display: grid;
  gap: 10px  10px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  margin-top: 30px;
  padding: 10px;
  width: 70%;
  -ms-grid-column-align: center;
      justify-self: center;
}

.zidz-images-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1300px) {
  .zidz-images-container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 580px) {
  .zidz-images-container {
    width: 90%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.impressum-container {
  position: relative;
  bottom: -340px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 1rem;
  padding-left: 20px;
  font-family: 'Benne', serif;
  font-size: 1rem;
  text-decoration: none;
  color: #444544;
  -webkit-animation-name: none;
          animation-name: none;
  letter-spacing: 6;
  opacity: 0.5;
}

@media only screen and (min-width: 1300px) {
  .impressum-container {
    display: none;
  }
}
/*# sourceMappingURL=media.css.map */